home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / drivers / s3864v11.zip / GENERIC.TXT < prev    next >
Text File  |  1993-08-10  |  2KB  |  64 lines

  1.                       GraphicsENGINE  Generic CADD Driver
  2.  
  3.  Features:
  4.    * Very Fast-
  5.            Written in 100% assembly language.
  6.    * Very Small-
  7.            Small driver uses only 3.7K.
  8.            Large driver uses only 14.6K.
  9.  
  10.  Hardware Requirements:
  11.    * 286 or better CPU.
  12.    * GraphicsENGINE  board.
  13.  
  14.  Resolution:
  15.    * 1280 x 1024, 1024 x 768, 800 x 600, 640 x 480   16 colors.
  16.    * 256 colors with 1 megabyte of screen memory.
  17.  
  18.  
  19.                  I N S T A L L A T I O N
  20.                  -----------------------
  21.  
  22.  Automatic installation:
  23.    1. Go to disk drive that has a Generic product installed.
  24.    2. Place the driver install diskette in drive A:.
  25.    3. Type  A:INSTALL  <CR>.
  26.  
  27.       Then select INSTALL's   GENERIC CADD Drivers    menu,
  28.       press ENTER key and complete the installation.
  29.       INSTALL will copy the appropriate files to your default directory.
  30.  
  31.    4. Run CONFIG program when prompted, selecting this driver.
  32.  
  33.                  D R I V E R   U S E
  34.                  -------------------
  35.  
  36.  For drivers that do not allow the selection of the resolutions during
  37.  installation, the driver will default to the highest resolution possible.
  38.  If this is not what you desired, the resolution could be overridden by
  39.  setting an environment variable as following...
  40.  
  41.   set S3 86C_911=<mode> 
  42.    Where <mode> is:
  43.    0     640 x 480, 256 colors
  44.    1     800 x 600, 16 colors
  45.    2     800 x 600, 256 colors
  46.    3     1024 x 768, 16 colors
  47.    4     1024 x 768, 256 colors
  48.    5     1280 x 960, 16 colors
  49.    6     --> Reserved <--
  50.    7     1280 x 1024, 16 colors
  51.    8     --> Reserved <--
  52.  
  53.  Please note that not all resolution modes are available.
  54.  The  set S3 86C_911=<mode>  instruction can be included in the
  55.  AUTOEXEC.BAT file.
  56.  
  57.  The driver is loaded and unloaded in memory by CADD, and has no TSR
  58.  (Terminate-and-Stay-Resident) considerations. If you have no need for
  59.  the screen save function in CADD, it is recommended that you use the
  60.  smaller driver. This will give you an additional 11K of drawing space
  61.  if you have no EMS, or around 88K if you did have EMS.
  62.  
  63.  
  64.